Skip to main content

Approve/Reject Document

⚠️ Profile token is not allowed for this request.

curl --request PUT '<base_url>/api/v2/document/<document_uuid>/approve' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <user_token>' \
--data '{
"approved": true/false
}'